Crate ff_group_tests

source ·
Expand description

FF/Group Tests

A series of sanity checks for implementors of the ff/group APIs.

Implementors are assumed to be of a non-trivial size. These tests do not attempt to check if constant time implementations are used.

This library was audited by Cypher Stack in March 2023, culminating in commit 669d2dbffc1dafb82a09d9419ea182667115df06. Any subsequent changes have not undergone auditing.

Modules

  • Tests for the Field trait.
  • Tests for the Group and GroupEncoding traits.
  • Tests for the PrimeField and PrimeFieldBits traits.